home *** CD-ROM | disk | FTP | other *** search
/ Aminet 50 / Aminet 50 (2002)(GTI - Schatztruhe)[!][Aug 2002].iso / Aminet / util / libs / mpega_libmad.readme < prev    next >
Text File  |  2002-06-30  |  3KB  |  105 lines

  1. Short:    Mpega.library clone using libmad (040/PPC).
  2. Author:   cisc@c2i.net (Sigbjørn Skjæret), Jarmo Laakkonen <jami.laakkonen@kolumbus.fi>, Robert Leslie <rob@mars.org>
  3. Uploader: cisc@c2i.net (Sigbjørn Skjæret)
  4. Type:     util/libs
  5.  
  6. This is a mpega.library clone using the very excellent libmad for
  7. decoding, it looks and behaves just like the original, but with several
  8. benefits offered by libmad...
  9.  
  10. Why should I use this instead of the original mpega.library I hear you
  11. say? Well, here's a list of reasons:
  12.  
  13.  
  14. - Supports 8kHz streams (the original decodes these wrong).
  15.  
  16. - Supports FreeFormat (upto a whopping 640kbps) streams.
  17.  
  18. - Very high quality decoding (better than the FPU version of the original).
  19.  
  20. - Very low CPU usage (integer original is still faster on 68k though).
  21.  
  22. - mpega.library is no longer updated (and I haven't been able to get in
  23.   touch with Stephane Tavenard for ~2 years)...
  24.  
  25.  
  26. If this doesn't convince you, well, tough, don't use it then! ;)
  27.  
  28.  
  29. Changes in this (6th) release:
  30. - Fixed prebuffering to properly handle large ID3v2 tags.
  31. - Minor cleanups.
  32. - Enabled libmad PPC-asm optimization (didn't work before due to -fschedule-insns2 bug).
  33. - Added fast bzero() support-function, and favoured that over memset(..,0,..).
  34. - Added StormC/WarpOS project/source and binary (done by Jarmo Laakkonen).
  35.  
  36.  
  37. This archive contains 4 different binaries:
  38.  
  39. mpega.library.040 - 68k version, just rename it to mpega.library.
  40. mpega.library.pup - "fat" PowerUP binary, rename it to mpega.library.
  41. mpega.library.wos - WarpOS binary, rename it to mpega.library.
  42. mpega.library.elf - MorphOS binary, *don't* rename it!
  43.  
  44.  
  45. Thanks goes to the following ppl:
  46.  
  47. My wife & kids
  48. - for understanding (yeh, rite) my absence during intense coding sessions.
  49.  
  50. Stephane Tavenard
  51. - for making mpega.library, a truely great effort!
  52.  
  53. Robert Leslie
  54. - for making the excellent libmad, thus making this possible!
  55.  
  56. Jarmo Laakkonen
  57. - for doing and maintaining the WarpOS version.
  58.  
  59. Frank Wille
  60. - for taking the time to test my library and analyze & fix the problem with ppclibemu/wos!
  61.  
  62. Jacek Cybularczyk & Sebastian Jedruszkiewicz
  63. - for being a couple of the coolest coders around, and lending me the
  64.   PowerUP dispatcher code and tools enabling me to make the "fat" binary...
  65.  
  66. Ralph Schmidt, Frank Mariak, Emmanuel Lesueur, David Gerber, Nicolas Sallin, Mark Olsen & Nicholai Benalal
  67. - for putting up with all the crap that goes on at ANN...
  68.  
  69. Robert Reiswig
  70. - for revealing more secrets than The Masked Magician... ;)
  71.  
  72. Teemu Suikki
  73. - for questionable use of a motorcycle, and taking pictures... ;)
  74.  
  75. Harry Sintonen
  76. - for being MIA for months, and now in permanent hiding...
  77.  
  78. Matt Sealey
  79. - for having a cheerful outlook on life. ;)
  80.  
  81. Fr3dY
  82. - for being a lean, mean porting machine.
  83.  
  84. Gaudie
  85. - for always being there.
  86.  
  87. Everyone in #AmigaCafe
  88. - for being patient and ignoring all my rants... ;)
  89.  
  90. Saraba
  91. - for ditching us in favour of a square apple. :P
  92.  
  93. Espresso
  94. - for never being there.
  95.  
  96. Ange
  97. - for being there sometimes.
  98.  
  99.  
  100. For more information on the MAD project, check out the MAD homepage at:
  101. http://www.mars.org/home/rob/proj/mpeg/
  102.  
  103.  
  104. - CISC
  105.